format
authorJoey Hess <joeyh@joeyh.name>
Thu, 4 Sep 2025 20:56:19 +0000 (16:56 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 4 Sep 2025 20:56:19 +0000 (16:56 -0400)
doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment

index 8ba69239de9eaf70dd82dddcd6c26125e4931293..1e95bdeab6cf0aa88d4d30db6f70efd21f0a583d 100644 (file)
@@ -5,7 +5,7 @@
  content="""
 `openFile` is not the only one that would need to be dealt with.
 Also `withFile`, `openBinaryFile`, `withBinaryFile`, `appendFile`,
-and `openTempFile`, `readFile, and `writeFile` (including `L.` versions).
+and `openTempFile`, `readFile`, and `writeFile` (including `L.` versions).
 
 Since none of those provide a way to set CloseOnExec, they would have
 to be changed to be implemented using `openFd` with CloseOnExec, and